home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / UNZIPED / SBPLY254 / SOURCE.ZIP / SBPLAY.C < prev    next >
C/C++ Source or Header  |  1995-06-11  |  2KB  |  30 lines

  1. /***************************************************************************/
  2. /* SBPlay.c  -- Routines to read and playback sound files                  */
  3. /* Copyright (c) 1995 John A. Ball                                         */
  4. /*                                                                         */
  5. /* This source is available for your own personal use only! You may make   */
  6. /* any changes you wish but please do not distribute modified source code. */
  7. /* Please notify me of any errors or improvements.                         */
  8. /*                                                                         */
  9. /* SNDPlay Sound File Utility                                              */
  10. /*                                                                         */
  11. /* must use large or compact model to build                                */
  12. /* i.e.   qcl/AL sbplay.c _pcplay _tplay sndshell graphics.lib             */
  13. /*                                                                         */
  14. /* by John A. Ball   June 11, 1995                                         */
  15. /***************************************************************************/
  16.  
  17. #pragma pack(1)
  18.  
  19. /***************************************************************************/
  20. #include "sbplay.h"
  21. /***************************************************************************/
  22.  
  23.  
  24. /***************************************************************************/
  25. /* #define DEBUG */
  26. /***************************************************************************/
  27.  
  28. #include "play.c"
  29.  
  30.